digraph G {
    margin=0;
    a [style=bold, label="thing"];
    b [label="possess-01"];
	
	a->b [label="ARG1", dir=back];
}
